Add tree-sitter grammar configuration

This commit is contained in:
Jip J. Dekker 2024-04-11 19:42:37 +10:00
parent ccde5b5323
commit 5365b3bd5c
No known key found for this signature in database
2 changed files with 14 additions and 1 deletions

View File

@ -1,2 +1,3 @@
# zed-minizinc
# Zed MiniZinc
A MiniZinc extension for Zed

12
extension.toml Normal file
View File

@ -0,0 +1,12 @@
id = "minizinc"
name = "MiniZinc"
version = "0.1.0"
schema_version = 1
authors = ["Jip J. Dekker <jip.dekker@monash.edu>"]
description = "MiniZinc language support for Zed"
repository = "https://github.com/Dekker1/zed-minizinc"
[grammars.minizinc]
repository = "https://github.com/shackle-rs/shackle.git"
commit = "67a2da7d7ff8c8668cf25c136f76544cfbc29b64"
path = "parsers/tree-sitter-minizinc"